home *** CD-ROM | disk | FTP | other *** search
/ BigMax 5 / BigMax nº 5 Max CEP Brasil.iso / rsrpt / disk2 / sqlif.pak / RS_SQLIF.INI
INI File  |  1995-08-22  |  10KB  |  354 lines

  1. [dBase Files (*.dbf)]
  2. IsLocal=1
  3. CountStarSupport=1
  4. OpListType=1
  5. OpGrpDCount=4
  6. OpGrpWCount=1
  7. OpGrp1Title="Comparison operators:"
  8. OpGrp1Count=2
  9. OpGrp1Item1Disp="x IN (a, b, c, ...)"
  10. OpGrp1Item1Text=" IN (\r) \n"
  11. OpGrp1Item2Disp="x NOT IN (a, b, c, ...)"
  12. OpGrp1Item2Text=" NOT IN (\r) \n"
  13. OpGrp2Title="Patterns, ranges and lists:"
  14. OpGrp2Count=2
  15. OpGrp2Item1Disp="x BETWEEN y AND z"
  16. OpGrp2Item1Text=" BETWEEN \n AND "
  17. OpGrp2Item2Disp="x NOT BETWEEN y AND z"
  18. OpGrp2Item2Text=" NOT BETWEEN \n AND "
  19. OpGrp3Title="Constants:"
  20. OpGrp3Count=1
  21. OpGrp3Item1Disp="'YYYY-MM-DD' - date"
  22. OpGrp3Item1Text=" '\n' "
  23. OpGrp4Title="Summary functions:"
  24. OpGrp4Count=6
  25. OpGrp4Item1Disp="AVG(col) - Average of column or column expression"
  26. OpGrp4Item1Text=" AVG(\r) \n"
  27. OpGrp4Item2Disp="COUNT(*) - Count of rows"
  28. OpGrp4Item2Text=" COUNT(*) \n"
  29. OpGrp4Item3Disp="COUNT(col) - Count of rows"
  30. OpGrp4Item3Text=" COUNT(\r) \n"
  31. OpGrp4Item4Disp="MAX(col) - Maximum value of column or column expression"
  32. OpGrp4Item4Text=" MAX(\r) \n"
  33. OpGrp4Item5Disp="MIN(col) - Minimum value of column or column expression"
  34. OpGrp4Item5Text=" MIN(\r) \n"
  35. OpGrp4Item6Disp="SUM(col) - Sum of column or column expression"
  36. OpGrp4Item6Text=" SUM(\r) \n"
  37. OpGrp5Title="SQL statement keywords:"
  38. OpGrp5Count=2
  39. OpGrp5Item1Disp="GROUP BY colexp1, colexp2... - Group and summarize results"
  40. OpGrp5Item1Text=" GROUP BY \n"
  41. OpGrp5Item2Disp="HAVING expr - Additional selection criteria for groups"
  42. OpGrp5Item2Text=" HAVING \n"
  43. ;FnListType=1
  44. FnGrpCount=1
  45. FnGrp1Count=1
  46. FnGrp1Title="String functions:"
  47. FnGrp1Item1Disp="CONVERT(col,data type) - Conversion of column into specified data type"
  48. FnGrp1Item1Text=" {fn CONVERT(\r,\n)}"
  49.  
  50. [Btrieve Data (file.ddf)]
  51. IsLocal=1
  52. CountStarSupport=1
  53. OpListType=1
  54. OpGrpDCount=3
  55. OpGrpWCount=2
  56. OpGrp1Title="Comparison operators:"
  57. OpGrp1Count=2
  58. OpGrp1Item1Disp="x IN (a, b, c, ...)"
  59. OpGrp1Item1Text=" IN (\r) \n"
  60. OpGrp1Item2Disp="x NOT IN (a, b, c, ...)"
  61. OpGrp1Item2Text=" NOT IN (\r) \n"
  62. OpGrp2Title="Patterns, ranges and lists:"
  63. OpGrp2Count=2
  64. OpGrp2Item1Disp="x BETWEEN y AND z"
  65. OpGrp2Item1Text=" BETWEEN \n AND "
  66. OpGrp2Item2Disp="x NOT BETWEEN y AND z"
  67. OpGrp2Item2Text=" NOT BETWEEN \n AND "
  68. OpGrp3Title="Constants:"
  69. OpGrp3Count=1
  70. OpGrp3Item1Disp="'YYYY-MM-DD' - date"
  71. OpGrp3Item1Text=" '\n' "
  72. OpGrp4Title="SQL statement keywords:"
  73. OpGrp4Count=2
  74. OpGrp4Item1Disp="GROUP BY colexp1, colexp2... - Group and summarize results"
  75. OpGrp4Item1Text=" GROUP BY \n"
  76. OpGrp4Item2Disp="HAVING expr - Additional selection criteria for groups"
  77. OpGrp4Item2Text=" HAVING \n"
  78. OpGrp5Title="Summary functions:"
  79. OpGrp5Count=6
  80. OpGrp5Item1Disp="AVG(col) - Average of column or column expression"
  81. OpGrp5Item1Text=" AVG(\r) \n"
  82. OpGrp5Item2Disp="COUNT(*) - Count of rows"
  83. OpGrp5Item2Text=" COUNT(*) \n"
  84. OpGrp5Item3Disp="COUNT(col) - Count of rows"
  85. OpGrp5Item3Text=" COUNT(\r) \n"
  86. OpGrp5Item4Disp="MAX(col) - Maximum value of column or column expression"
  87. OpGrp5Item4Text=" MAX(\r) \n"
  88. OpGrp5Item5Disp="MIN(col) - Minimum value of column or column expression"
  89. OpGrp5Item5Text=" MIN(\r) \n"
  90. OpGrp5Item6Disp="SUM(col) - Sum of column or column expression"
  91. OpGrp5Item6Text=" SUM(\r) \n"
  92. ;FnListType=1
  93. FnGrpCount=1
  94. FnGrp1Count=1
  95. FnGrp1Title="String functions:"
  96. FnGrp1Item1Disp="CONVERT(col,data type) - Conversion of column into specified data type"
  97. FnGrp1Item1Text=" {fn CONVERT(\r,\n)}"
  98.  
  99. [Excel Files (*.xls)]
  100. IsLocal=1
  101. CountStarSupport=1
  102. OpListType=1
  103. OpGrpDCount=3
  104. OpGrpWCount=2
  105. OpGrp1Title="Comparison operators:"
  106. OpGrp1Count=2
  107. OpGrp1Item1Disp="x IN (a, b, c, ...)"
  108. OpGrp1Item1Text=" IN (\r) \n"
  109. OpGrp1Item2Disp="x NOT IN (a, b, c, ...)"
  110. OpGrp1Item2Text=" NOT IN (\r) \n"
  111. OpGrp2Title="Patterns, ranges and lists:"
  112. OpGrp2Count=2
  113. OpGrp2Item1Disp="x BETWEEN y AND z"
  114. OpGrp2Item1Text=" BETWEEN \n AND "
  115. OpGrp2Item2Disp="x NOT BETWEEN y AND z"
  116. OpGrp2Item2Text=" NOT BETWEEN \n AND "
  117. OpGrp3Title="Constants:"
  118. OpGrp3Count=1
  119. OpGrp3Item1Disp="'YYYY-MM-DD' - date"
  120. OpGrp3Item1Text=" '\n' "
  121. OpGrp4Title="SQL statement keywords:"
  122. OpGrp4Count=2
  123. OpGrp4Item1Disp="GROUP BY colexp1, colexp2... - Group and summarize results"
  124. OpGrp4Item1Text=" GROUP BY \n"
  125. OpGrp4Item2Disp="HAVING expr - Additional selection criteria for groups"
  126. OpGrp4Item2Text=" HAVING \n"
  127. OpGrp5Title="Summary functions:"
  128. OpGrp5Count=6
  129. OpGrp5Item1Disp="AVG(col) - Average of column or column expression"
  130. OpGrp5Item1Text=" AVG(\r) \n"
  131. OpGrp5Item2Disp="COUNT(*) - Count of rows"
  132. OpGrp5Item2Text=" COUNT(*) \n"
  133. OpGrp5Item3Disp="COUNT(col) - Count of rows"
  134. OpGrp5Item3Text=" COUNT(\r) \n"
  135. OpGrp5Item4Disp="MAX(col) - Maximum value of column or column expression"
  136. OpGrp5Item4Text=" MAX(\r) \n"
  137. OpGrp5Item5Disp="MIN(col) - Minimum value of column or column expression"
  138. OpGrp5Item5Text=" MIN(\r) \n"
  139. OpGrp5Item6Disp="SUM(col) - Sum of column or column expression"
  140. OpGrp5Item6Text=" SUM(\r) \n"
  141. ;FnListType=1
  142. FnGrpCount=1
  143. FnGrp1Count=1
  144. FnGrp1Title="String functions:"
  145. FnGrp1Item1Disp="CONVERT(col,data type) - Conversion of column into specified data type"
  146. FnGrp1Item1Text=" {fn CONVERT(\r,\n)}"
  147.  
  148. [Paradox Files (*.db )]
  149. IsLocal=1
  150. CountStarSupport=1
  151. SQLExecReturnsQualifiedNames=0
  152. OpListType=1
  153. OpGrpDCount=3
  154. OpGrpWCount=2
  155. OpGrp1Title="Comparison operators:"
  156. OpGrp1Count=2
  157. OpGrp1Item1Disp="x IN (a, b, c, ...)"
  158. OpGrp1Item1Text=" IN (\r) \n"
  159. OpGrp1Item2Disp="x NOT IN (a, b, c, ...)"
  160. OpGrp1Item2Text=" NOT IN (\r) \n"
  161. OpGrp2Title="Patterns, ranges and lists:"
  162. OpGrp2Count=2
  163. OpGrp2Item1Disp="x BETWEEN y AND z"
  164. OpGrp2Item1Text=" BETWEEN \n AND "
  165. OpGrp2Item2Disp="x NOT BETWEEN y AND z"
  166. OpGrp2Item2Text=" NOT BETWEEN \n AND "
  167. OpGrp3Title="Constants:"
  168. OpGrp3Count=1
  169. OpGrp3Item1Disp="'YYYY-MM-DD' - date"
  170. OpGrp3Item1Text=" '\n' "
  171. OpGrp4Title="SQL statement keywords:"
  172. OpGrp4Count=2
  173. OpGrp4Item1Disp="GROUP BY colexp1, colexp2... - Group and summarize results"
  174. OpGrp4Item1Text=" GROUP BY \n"
  175. OpGrp4Item2Disp="HAVING expr - Additional selection criteria for groups"
  176. OpGrp4Item2Text=" HAVING \n"
  177. OpGrp5Title="Summary functions:"
  178. OpGrp5Count=6
  179. OpGrp5Item1Disp="AVG(col) - Average of column or column expression"
  180. OpGrp5Item1Text=" AVG(\r) \n"
  181. OpGrp5Item2Disp="COUNT(*) - Count of rows"
  182. OpGrp5Item2Text=" COUNT(*) \n"
  183. OpGrp5Item3Disp="COUNT(col) - Count of rows"
  184. OpGrp5Item3Text=" COUNT(\r) \n"
  185. OpGrp5Item4Disp="MAX(col) - Maximum value of column or column expression"
  186. OpGrp5Item4Text=" MAX(\r) \n"
  187. OpGrp5Item5Disp="MIN(col) - Minimum value of column or column expression"
  188. OpGrp5Item5Text=" MIN(\r) \n"
  189. OpGrp5Item6Disp="SUM(col) - Sum of column or column expression"
  190. OpGrp5Item6Text=" SUM(\r) \n"
  191. ;FnListType=1
  192. FnGrpCount=1
  193. FnGrp1Count=1
  194. FnGrp1Title="String functions:"
  195. FnGrp1Item1Disp="CONVERT(col,data type) - Conversion of column into specified data type"
  196. FnGrp1Item1Text=" {fn CONVERT(\r,\n)}"
  197.  
  198. [FoxPro Files (*.dbf)]
  199. IsLocal=1
  200. CountStarSupport=1
  201. OpListType=1
  202. OpGrpDCount=3
  203. OpGrpWCount=2
  204. OpGrp1Title="Comparison operators:"
  205. OpGrp1Count=2
  206. OpGrp1Item1Disp="x IN (a, b, c, ...)"
  207. OpGrp1Item1Text=" IN (\r) \n"
  208. OpGrp1Item2Disp="x NOT IN (a, b, c, ...)"
  209. OpGrp1Item2Text=" NOT IN (\r) \n"
  210. OpGrp2Title="Patterns, ranges and lists:"
  211. OpGrp2Count=2
  212. OpGrp2Item1Disp="x BETWEEN y AND z"
  213. OpGrp2Item1Text=" BETWEEN \n AND "
  214. OpGrp2Item2Disp="x NOT BETWEEN y AND z"
  215. OpGrp2Item2Text=" NOT BETWEEN \n AND "
  216. OpGrp3Title="Constants:"
  217. OpGrp3Count=1
  218. OpGrp3Item1Disp="'YYYY-MM-DD' - date"
  219. OpGrp3Item1Text=" '\n' "
  220. OpGrp4Title="SQL statement keywords:"
  221. OpGrp4Count=2
  222. OpGrp4Item1Disp="GROUP BY colexp1, colexp2... - Group and summarize results"
  223. OpGrp4Item1Text=" GROUP BY \n"
  224. OpGrp4Item2Disp="HAVING expr - Additional selection criteria for groups"
  225. OpGrp4Item2Text=" HAVING \n"
  226. OpGrp5Title="Summary functions:"
  227. OpGrp5Count=6
  228. OpGrp5Item1Disp="AVG(col) - Average of column or column expression"
  229. OpGrp5Item1Text=" AVG(\r) \n"
  230. OpGrp5Item2Disp="COUNT(*) - Count of rows"
  231. OpGrp5Item2Text=" COUNT(*) \n"
  232. OpGrp5Item3Disp="COUNT(col) - Count of rows"
  233. OpGrp5Item3Text=" COUNT(\r) \n"
  234. OpGrp5Item4Disp="MAX(col) - Maximum value of column or column expression"
  235. OpGrp5Item4Text=" MAX(\r) \n"
  236. OpGrp5Item5Disp="MIN(col) - Minimum value of column or column expression"
  237. OpGrp5Item5Text=" MIN(\r) \n"
  238. OpGrp5Item6Disp="SUM(col) - Sum of column or column expression"
  239. OpGrp5Item6Text=" SUM(\r) \n"
  240. ;FnListType=1
  241. FnGrpCount=1
  242. FnGrp1Count=1
  243. FnGrp1Title="String functions:"
  244. FnGrp1Item1Disp="CONVERT(col,data type) - Conversion of column into specified data type"
  245. FnGrp1Item1Text=" {fn CONVERT(\r,\n)}"
  246.  
  247. [WATCOM SQL]
  248. FnListType=2
  249. CountStarSupport=1
  250. QuoteODBCOuterJoin=1
  251. QuoteAlias=1
  252.  
  253. [ShowCase ODBC]
  254. FnListType=2
  255. CountStarSupport=1
  256.  
  257. [ShowCase ODBC - VISTA]
  258. FnListType=2
  259. CountStarSupport=1
  260.  
  261. [ShowCase ODBC - ReadOnly]
  262. FnListType=2
  263. CountStarSupport=1
  264.  
  265. [Q+E ParadoxFile]
  266. IsLocal=1
  267. CountStarSupport=1
  268. SQLExecReturnsQualifiedNames=0
  269. QuoteFromList=0
  270. OuterJoinSyntax=1
  271. OuterJoinText="*"
  272. OuterJoinSupport="LRM"
  273. QuoteAlias=1
  274.  
  275. [RDS]
  276. HasOwners=0
  277. CountStarSupport=1
  278. OuterJoinSyntax=1
  279. OuterJoinSupport="LR"
  280. OuterJoinText="*"
  281. ;DBInFullColumnName=0
  282. ;SortExprSupport=0
  283. ;DateFormat=""date '"yyyy-mm-dd"'""
  284. ;TimeFormat=""time '"hh:mm:ss"'""
  285.  
  286. [Velocis Standalone]
  287. HasOwners=0
  288. CountStarSupport=1
  289.  
  290. [Velocis]
  291. HasOwners=0
  292. CountStarSupport=1
  293.  
  294. [Lotus Notes]
  295. CountStarSupport=1
  296. SQLExecReturnsQualifiedNames=0
  297. TableTypes=
  298.  
  299. [Microsoft Btrieve Driver (file.ddf)]
  300. QuoteFromList=0
  301. IsLocal=1
  302. HasDatabases=0
  303. IDQuote=
  304.  
  305. [Microsoft Dbase Driver (*.dbf)]
  306. IDQuote=
  307.  
  308. [Microsoft Excel Driver (*.xls)]
  309. IDQuote=
  310.  
  311. [Microsoft FoxPro Driver (*.dbf)]
  312. IDQuote=
  313.  
  314. [Microsoft Text Driver (*.txt; *.csv)]
  315. QuoteFromList=0
  316. IDQuote=
  317.  
  318. [Microsoft Access Driver (*.mdb)]
  319. QuoteFromList=0
  320. HasDatabases=0
  321.  
  322. [Microsoft Paradox Driver (*.db )]
  323. QuoteFromList=0
  324. SQLExecReturnsQualifiedNames=0
  325. IDQuote=
  326.  
  327. [Microsoft Btrieve Driver (file.ddf) (32 bit)]
  328. QuoteFromList=0
  329. IsLocal=1
  330. HasDatabases=0
  331. IDQuote=
  332.  
  333. [Microsoft dBase Driver (*.dbf) (32 bit)]
  334. IDQuote=
  335.  
  336. [Microsoft Excel Driver (*.xls) (32 bit)]
  337. IDQuote=
  338.  
  339. [Microsoft FoxPro Driver (*.dbf) (32 bit)]
  340. IDQuote=
  341.  
  342. [Microsoft Text Driver (*.txt; *.csv) (32 bit)]
  343. QuoteFromList=0
  344. IDQuote=
  345.  
  346. [Microsoft Access Driver (*.mdb) (32 bit)]
  347. QuoteFromList=0
  348. HasDatabases=0
  349.  
  350. [Microsoft Paradox Driver (*.db ) (32 bit)]
  351. QuoteFromList=0
  352. SQLExecReturnsQualifiedNames=0
  353. IDQuote=
  354.